dhcp-server vendor-class
This command configures the DHCP Vendor Class table, which lets you define Vendor Class Identifier (VCI) names (DHCP Option 60).
Syntax
(config-network)# dhcp-server vendor-class <Index> (vendor-class-<Index>)#
Command |
Description |
---|---|
Index |
Defines the table row index. |
dhcp-server-number |
Associates the DHCP Vendor Class entry with a DHCP server that you configured. |
vendor-class |
Defines the value of the VCI DHCP Option 60. |
Command Mode
Privileged User
Example
This example configures the vendor class identifier as "product-ABC":
(config-network)# dhcp-server vendor-class 0 (vendor-class-0)# dhcp-server-number 0 (vendor-class-0)# vendor-class product-ABC